home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / funnel.zoo / admin / makescri < prev    next >
Encoding:
Text File  |  1993-04-11  |  125 b   |  6 lines

  1. #!/bin/csh
  2. # Choose betwen GNU C (gcc), or the default C (cc) on your system.
  3. gcc -o fw -g -Wall *.c
  4. #
  5. #cc -o fw -g *.c
  6.